home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000161_news@columbia.edu_Fri Jan 13 02:01:44 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA29044
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 13 Jan 1995 01:27:12 -0500
  3. Received: by apakabar.cc.columbia.edu id AA10192
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 13 Jan 1995 01:27:10 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!torn!ccshst05.cs.uoguelph.ca!ccshst01.cs.uoguelph.ca!jmurphy
  6. From: jmurphy@uoguelph.ca (Janice Murphy)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: DOS Kermit and Novell NASI
  9. Date: 13 Jan 1995 02:01:44 GMT
  10. Organization: University of Guelph
  11. Lines: 20
  12. Message-Id: <3f4mu8$mem@ccshst05.cs.uoguelph.ca>
  13. Nntp-Posting-Host: ccshst01.cs.uoguelph.ca
  14. X-Newsreader: TIN [version 1.2 PL2]
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. I have been trying to automate a dialing script with the latest Kermit beta
  18. to connect to a NASI server (Netware Connect on our Novell 3.12 
  19. Fileserver) and can do it manually fine but not script wise. Any pointers 
  20. from this group. The following is what I would like to happen:
  21.  
  22. c:\kermit\kermit
  23. ...
  24. ....   initialize the setup,keys, etc
  25. def modem take sport.scr
  26. set speed 19200
  27. set port novell
  28. out connect dialout \13
  29. modem T555-1212
  30. connect
  31.  
  32. What happens after the out connect dialout \13 is OK, but when I say 
  33. modem T555-1212 I am back at the NASI 1:1> prompt. GO FIGURE :)
  34.  
  35. Any clues as how to get my script working automatically with Netware 
  36. Conenct and NASI.  Thanks.